home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
GMS
/
Includes
/
proto
/
games.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-03-20
|
208 b
|
9 lines
#ifndef PROTO_GAMES_H
#define PROTO_GAMES_H
#include <exec/types.h>
extern struct GMSBase *GMSBase ;
#include <clib/games_protos.h>
#include <pragmas/games_pragmas.h>
#include <pragmas/games_extras.h>
#endif